Just for internal documentation; g-ir-scanner doesn’t read or understand
them.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #875
Approved by: cgwalters
struct OstreeRemote {
volatile int ref_count;
- char *name;
- char *group; /* group name in options */
- char *keyring; /* keyring name (NAME.trustedkeys.gpg) */
+ char *name; /* (not nullable) */
+ char *group; /* group name in options (not nullable) */
+ char *keyring; /* keyring name (NAME.trustedkeys.gpg) (not nullable) */
GFile *file; /* NULL if remote defined in repo/config */
GKeyFile *options;
};